Python v3.7 HowTos:
Find a tuple with smallest second index
Print a list of space-separated elements
N = 5 LOD = [{} for _ in range(N)] print(LOD) # [{}, {}, {}, {}, {}]
See also
https://www.w3resource.com/python-exercises/list/python-data-type-list-exercise-61.php